--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 1ef46650738f4ddc67579080d2eab60c9affcfa8
Changes
3 files changed, 4 insertions(+), 6 deletions(-)
Diff
diff --git a/LXMF/LXMRouter.py b/LXMF/LXMRouter.py
index d631841..d502ee6 100644
--- a/LXMF/LXMRouter.py
+++ b/LXMF/LXMRouter.py
@@ -2119,7 +2119,6 @@ class LXMRouter:
if (not transient_id in self.propagation_entries and not transient_id in self.locally_processed_transient_ids) or allow_duplicate == True:
received = time.time()
destination_hash = lxmf_data[:LXMessage.DESTINATION_LENGTH]
- RNS.log("GOT MESSAGE FOR "+RNS.prettyhexrep(destination_hash))
self.locally_processed_transient_ids[transient_id] = received
diff --git a/requirements.txt b/requirements.txt
index 6b7926a..2f4f642 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,2 @@
-qrcode==7.4.2
-rns==0.7.8
-setuptools==70.0.0
+qrcode>=7.4.2
+rns>=0.9.1
diff --git a/setup.py b/setup.py
index cabf20a..e01e9eb 100644
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,6 @@ setuptools.setup(
'lxmd=LXMF.Utilities.lxmd:main',
]
},
- install_requires=['rns>=0.9.1'],
- python_requires='>=3.7',
+ install_requires=["rns>=0.9.2"],
+ python_requires=">=3.7",
)
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────